home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1995 July & August
/
cd No4 joystick No62.iso
/
mac
/
pc
/
DEMOS
/
TANK
/
GETBAT.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-08
|
512b
|
23 lines
rem @echo off
cd g:\tank
echo Deleting current wap file %1.tc and batch file %1.bat
del %1.tc
del g:\tank\%1\%1.bat
echo Creating new baddly compressed wap file
wapper d -m1 %1.tc %1
cd g:\tank
echo Creating batch file to compress wap file properly
wap_it %1 %2 %3 %4 %5 %6
echo Appending the night sight colour file to the batch file
@echo c:wapper a %1.WAP %1D.COL >>g:\tank\%1.bat
echo Moving the batch file to the correct directory
move g:\tank\%1.bat g:\tank\%1\%1.bat
cd \tank